Open
Conversation
c78dee3 to
e4f9cad
Compare
3273e3c to
ce8f847
Compare
This PR is to add GitHub Actions runners to the CI for better coverage.
This commit unifies the type names. Boolean types: I1, TT_BoolTensor, TT_BoolLike Integer types: TT_Int, (TT_IntegerTensor =>) TT_IntTensor, (TT_IntegerLike =>) TT_IntLike Floating-point types: TT_Float, TT_FloatTensor, TT_FloatLike Pointer types: (TT_Pointer =>) TT_Ptr, TT_PtrTensor, TT_PtrLike
ce8f847 to
1ccaec5
Compare
Triton's GEP is less powerful than LLVM's GEP. Let's rename it.
This fixes cases where a scalar type is passed to getI{1,32}SameShape().
1ccaec5 to
844f8fb
Compare
shintaro-iwasaki
pushed a commit
that referenced
this pull request
Sep 11, 2023
This PR is a first in a series of PRs to import the changes that we have made to enable ROCM on [our fork](https://github.com/ROCmSoftwarePlatform/triton) of triton. The PR contains the major changes to the python frontend and enough changes to the c++ backend to allow compilation and running of the empty kernel. We use the ROCM ci added a few weeks ago to verify things. --------- Co-authored-by: Ronan Keryell <ronan@keryell.fr>
shintaro-iwasaki
pushed a commit
that referenced
this pull request
Sep 11, 2023
…on-lang#1312 (triton-lang#1434) This PR address the remaing issues from triton-lang#1312. It does the following * LLVM String Join * adds comment to GCNBuilder Class --------- Co-authored-by: Rahul Batra <rahbatra@amd.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.